home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / nby126.zip / CA-STAT.DOC next >
Text File  |  1990-09-10  |  5KB  |  104 lines

  1.  
  2. CA-STAT is a status environment variable used by cALMER Utilities
  3. .EXE programs.  It is used to tell information to the programs.
  4.  
  5. When talking about environment variables, non-computer experts
  6. tend to get the wrong impression that it is terribly difficult.
  7. In fact it is one of the easiest things you will ever have to learn
  8. about computing because you normally only have to do it once, and,
  9. because it is very simple indeed.  However, to the programs requiring 
  10. the information, it is absolutely vital that you key it in correctly.
  11. Some common environmnent variables are things like the DOS path and
  12. prompt statetements.
  13.  
  14. To set the CA-STAT (stands for cALMER Status) variable, simply add a
  15. line to your autoexec.bat file, for example:
  16.  
  17. Set Ca-stat=NOROM
  18.  
  19. Thats all you have to do if you happen to need the NOROM value.
  20.  
  21. CA-STAT tells several programs within the cALMER Utilities what is
  22. extremely important information to them.  The following values are
  23. currently used, the are CASE SENSITIVE!
  24.  
  25. NOHARD  Tells NBY that you do not have any hard disks in case your
  26.         computer does not report the correct information.
  27.  
  28. SILENCE:23:00-07:30-02 Is used by NBY to automatically process key-
  29.         strokes normally expected off you.  You can define a period
  30.         in any given day where NBY will determine the best action
  31.         after a virus was found.  The format must be exactly as
  32.         shown above, i.e. colons and hyphens are needed, no spaces.  
  33.         The values are start time, finishing time and delay before
  34.         processing in seconds.  The above example would tell NBY
  35.         that between 11:00pm and 7:30am, if after two seconds you
  36.         have not pressed a key, to go on regardless.  NBY will NOT
  37.         remove any viruses in this instance and will NOT report
  38.         to you in any other form, other than generating the DEL_VIRUS
  39.         batch file.  This feature is only active in registered versions
  40.         and is primarily intended for SYSOPs who have automatic processing
  41.         of files scheduled over-night.  (I had to get up a few times at
  42.         night when NBY found a virus, the feature is in there really
  43.         for my benefit.....)
  44.  
  45. NOROM   Tells the utilities to suppress ROM identification.  Use this
  46.         if SIPLUS crashes your computer.
  47.  
  48. NOCPU   Tells the utilities to suppress CPU identification.  Use this
  49.         if SIPLUS crashes your computer.
  50.  
  51.         In other words, if your computer crashes when you run SIPLUS,
  52.         proceed as follows:
  53.  
  54.         a)      reboot your computer. (the crash is a total systems crash
  55.                 due to the fact the the CPU has lost track completely.
  56.                 This happens on inferior computers only should NOT be the
  57.                 case under normal circumstances.
  58.  
  59.         b)      before running SIPLUS again, key in from DOS:
  60.  
  61.                 Set ca-stat = NOROM NOCPU 
  62.                 
  63.                 to suppress both ROM and CPU identification.
  64.                 SIPLUS should now run without crashing the system.
  65.  
  66.                 Now, try removing either NOROM or NOCPU, and run it
  67.                 again.  If it crashes, you'll know that whichever you
  68.                 removed is the one causing the problem.
  69.                 On really shoddy computers you will need to have both
  70.                 values set permanently.
  71.                 If this is the case on your computer, you MUST add the
  72.                 above set command in your AUTOEXEC.BAT.
  73.  
  74.  
  75. NOVIRUS Tells the utilities to suppress anti-virus checking.  The word
  76.         NoVirus is CASE SENSITIVE.  This is only available in registered 
  77.         versions of the utilities since there is a rescue disk in existance
  78.         in that instance.
  79.  
  80.         Using this speeds up execution of the programs.
  81.  
  82.         If you us this option, you MUST run NBY in your autoexec
  83.         BEFORE you set the environment variable.  This will ensure that
  84.         NBY does a self-test every time.  Then, if NBY complains, you'll
  85.         know that something is wrong.  If that is the case, set 
  86.         CA-STA=NoVirus, then run NBY against itself, i.e.:
  87.         "NBY \calmer\nby.exe<Enter>" from DOS to see if there are any
  88.         recognised viruses.
  89.  
  90.  
  91. NONBYROM        Suppress NBY's ROM locking
  92.  
  93. NORESCUE        Suppress NBY's generation of a rescue disk.
  94.  
  95. FORCEAT         Tells the utilities that they are running on an AT
  96.                 type computer, even if your computer does not provide
  97.                 the information to that effect.
  98.  
  99.  
  100. ALLOWCT         Tells NBY that it is ok for programs to change the file
  101.                 creation date of command.com
  102.  
  103.  
  104.